Product Model APIs
Description: APIs to Get or Set Information corresponding to the Product Model in iFoundry.
S.No | Category | Name | Method | Description | Link |
1. | Product Model | Get Model | GET | To fetch specific model data | /api/Model/GetModel |
2. | Product Model | Create Model | POST | To create new model in the database. | /api/Model/CreateModel |
3. | Product Model | Get Attribute Type | GET | To fetch the attribute types in the select box dropdown while creating the attribute inside model. | /api/Model/GetAttributeType |
4. | Product Model | Get Models | GET | To fetch list of all the models from the database. | /api/Model/GetModels |